@font-face {
    font-family: 'Fredoka';
    src: url(images/Fredoka.ttf) format('ttf');
}

body{
    font-family: 'Fredoka';
    font-size: 3.5vw;
}

/*header*/
.header {
  padding: 3vw;
  text-align: center;
  background-image: url(images/cosBanner.png);
  background-size: cover;
  color: white;
  text-shadow: 3px 3px 20px #4e0082;
  font-size: 5vw;
}
#logo {
    position: absolute;
    top: 10vw;
    right: 3vw;
    width: 15%;
    height: auto;
}

/*Nav*/
.dropbtn {
    background-image: url(images/navButton.png);
    background-size: cover;
    width:15vw;
    height: 15vw;
    z-index:1;
    position: absolute;
    top: 10vw;
    left: 3vw;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 3.5vw;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

nav a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: rgba(252, 3, 202,.8);
}

.dropdown-content {
  display: none;
  position: absolute;
  top:25vw;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

/*footer*/
footer{
  height:30vw;
  position: relative;
  padding:1vw;
  text-align: center;
  background-color: #3C1074;
  background-size: cover;
  color: white;
}
.location{
    position: absolute;
    top: 0;
    left: 2vw;
    width:50%;
    font-size:3vw;
    text-align: left;
}
.contact{
    position: absolute;
    top: 0;
    right: 2vw;
    font-size:3vw;
    text-align: right;
}
.valid{
    position: absolute;
    bottom: 1vw;
}

/*subheading*/
#subheading{
    background-color: #3C1074;
    background-size: cover;
    color: white;
    text-align:center;
    font-size:4.5vw;
    margin:0;
}

/*index*/
.dContainer{
  display:inline-block;
  width:40%;
  text-align:center;
  font-size:3vw;
}
.pContainer{
  display:inline-block;
  width:40%;
  text-align:center;
  font-size:3vw;
}
#msP{
  width:40%;
  height:auto;
}

.teach{
    margin:auto;
    width:auto;
}

.descWhole{
    padding:5vw;
    background-image: url(images/roomImg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
.descBlock{
    padding:2vw;
    border-radius: 5vw;
    background-color: rgba(107, 41, 49, .9);
    margin:auto;
    width:30%;
    height:auto;
    font-size:4vw;
    text-align:center;
    color:white;
}

/*form*/
#apptInfo{
    display:none;
}
#addButton{
    font-family: 'Fredoka';
    font-size: 3.5vw;
    padding:3%;
    background-color:#cf90fc;
    border-color: transparent;
    border-radius:5vw;
}
input[type=text], select {
  width: 100%;
  height: 5vw;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size:3vw;
}
input[type=checkbox]{
height:4vw;
width:4vw;
}
input[type=date]{
height:4vw;
width:auto;
}

/*Timeline*/
#timeline{
    width:100%;
    height:auto;
}
.right{
    position:absolute;
    top: 50vw;
    right:20vw;
    text-align:center;
}
.left{
    position:absolute;
    top: 50vw;
    left:5vw;
    text-align:center;
}
